home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / kh_gdi.zip / GENERAL / STRDUP.BAK < prev    next >
Text File  |  1996-04-24  |  105b  |  6 lines

  1. #ifndef __STR_DUP_H_
  2. #define __STR_DUP_H_
  3.  
  4. extern char* str_dup(const char* s);
  5.  
  6. #endif __STR_DUP_H_